-
Notifications
You must be signed in to change notification settings - Fork 3
feat(uv): use uv with setuptools instead of pip with setuptools #21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Welcome to the gitcord repository. Thank you for making a Pull Request <3 We will try our best to review your PR promptly!
|
fixed all the remaining issues, ready to merge i believe. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you Very Much for your contribution. Changes will be merged into a testing branch and, pending success, into main.
Does this PR break anything?
This doesn't actually break the code as far as I have seen.
What does this PR add/change/delete?
A few things. Firstly,
gitcordhas been moved tosrcto remove any conflicting directories. Secondly,main.pyhas been moved tosrc/gitcord/__main__.pyas that will allow a user to usepython3 -mto start gitcord. Thirdly, setup.py, requirements(-dev).txt, and other files have been removed in favour ofuv, a Python package manager which outpaces everything else in the Python scene at the moment.